xen: arm: do not handle traps accessing CLIDR_EL1 or CCSIDR_EL1
authorIan Campbell <ian.campbell@citrix.com>
Mon, 30 Mar 2015 11:12:27 +0000 (12:12 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Mar 2015 08:42:19 +0000 (09:42 +0100)
commit0261157229f1213e89636dc4d6c08b910121a8ea
tree80c3425d83655b86c80f9c79d3cd83ff3a97ae90
parent86bab57d094af5f03171c460934df64831cd1b9f
xen: arm: do not handle traps accessing CLIDR_EL1 or CCSIDR_EL1

They are trapped only with HCR_EL2.TID2 which we don't set, and in any
case we handled only for 32-bit.

One day we may want to trap and emulate these, but for now don't
bother with the dead code.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/traps.c